type google.golang.org/grpc/internal/transport.cbItem
4 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L98: type cbItem interface {
controlbuf.go#L332: func (c *controlBuffer) put(it cbItem) error {
controlbuf.go#L337: func (c *controlBuffer) executeAndPut(f func(it interface{}) bool, it cbItem) (bool, error) {
controlbuf.go#L396: h := c.list.dequeue().(cbItem)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)